From d8279d2c4a9356369e85645499c017511b074f5b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 20 Mar 2011 13:41:41 +0000 Subject: [PATCH] * (bug 16288) API: consider making closure status of wikis more clear with meta=siteinfo Added bug to RELEASE-NOTES, this adds the hook and usage into SiteMatrix Have I got my & all right? I can never remember --- RELEASE-NOTES | 2 ++ docs/hooks.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3d05272a7e..1da2de86cb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -273,6 +273,8 @@ PHP if you have not done so prior to upgrading MediaWiki. list=users&usprop=groups * Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to the general site info results +* (bug 16288) API: consider making closure status of wikis more clear + with meta=siteinfo === Languages updated in 1.18 === diff --git a/docs/hooks.txt b/docs/hooks.txt index 7a68a640c0..d5866c01a9 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -356,8 +356,8 @@ $tokenFunctions: array(action => callback) 'APIQuerySiteInfoGeneralInfo': use this hook to add extra information to the sites general information. -$module: the current ApiQuerySiteInfo module -$resutls: array of results, add things here +&$module: the current ApiQuerySiteInfo module +&$results: array of results, add things here 'APIQueryUsersTokens': use this hook to add custom token to list=users. Every token has an action, which will be used in the ustoken parameter -- 2.20.1